@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
*{
    font-size:15px;
    font-family: "Noto Sans JP", sans-serif;
}
header{
    background-color: #333333;
    background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Be7d59dad-fa03-4478-b9cf-2788cabfb1f7%7D_bg-hreader-right.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 550px;
    padding-top: 50px;
}
a{
    color: #da291c;
}
a:hover{
    color: #da291c;
}
h2{
    font-size: 25px;
    text-transform: uppercase;
}
footer .end-logo {
    width: 25%;
}
footer .end-logo figure svg {
    width: 100px;
}
footer {
    background: #333333;
    min-height: 60px;
    width: 100%;
    padding: 0 6rem;
    display: flex;
    padding-top: 20px;
}
footer div.contInnerFoot div.contLogo div svg.logoAvayaTagline {
    width: 250px;
    margin-top: 8px;
    padding-left: 4rem;
    padding-top: 5px;
}
.AvayaNews{
    background-color: #f1f1f1;
    padding: 60px 0px;
    background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B823dd78b-9f23-4007-965d-5d311a004b73%7D_bg-news.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 70%;
}
.AvayaNews .container .row .newsSec{
    padding: 50px 0px 30px 0px;
    text-align: center;
}
.AvayaNews .container .row .newsSec img{
    width: 170px;
    margin-bottom: 30px;
}
.AvayaNews .container .row .newsSec button{
    background-color: #da291c;
    padding: 5px 12px;
    border: 0px;
    color: #ffffff;
    margin: 0 auto;
    border-radius: 4px;
    display: block;
}
.AvayaNews .container h2{
    border-left: 10px solid #da291c;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px; 
    margin-bottom: 50px;
}
.agenda{
    padding-bottom: 30px;
    padding-top: 50px;
}
.agenda .container h2{
    border-left: 10px solid #da291c;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px
}
.confeSection{
    text-align: center;
    padding: 30px 10px;
}
.confeSection img{
    width: 170px;
    margin-bottom: 10px;
}
.confeSection b {
    color: #da291c;
    font-size: 17px;
}
.confeSection b a{
    color: #da291c;
    font-size: 17px;
    text-decoration: none;
}
.confeSection p{
    font-size: 13px;
}
.bannerImportant{
    background-color: #333333;
    background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Bdbc55a1c-7222-4fba-9f48-680e8643382b%7D_bg-important.png);
    background-repeat: no-repeat;
    background-size: 33% 450px;
}
.secImg-Age {
    background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B931bde14-49cf-43bf-be71-7d712d2afbab%7D_img8.png);
    background-size: 350px;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.bannerAgenda{
    background-color: #333333;
    background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B26410091-96ea-4ca9-9d51-568c47cf85ab%7D_bg-agenda.png);
    background-repeat: no-repeat;
    background-size: 33% 450px;
    background-position: center right;
    margin-top: 50px;
    margin-bottom: 50px;
}
.bannerAgenda2{
    background-color: #333333;
    background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B26410091-96ea-4ca9-9d51-568c47cf85ab%7D_bg-agenda.png);
    background-repeat: no-repeat;
    background-size: 33% 450px;
    background-position: center right;
    margin-top: 0px;
    margin-bottom: 50px;
    padding-top: 20px;
}
.bannerAgenda2 .container .row .textImpor{
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
}
.bannerAgenda2 .container .row .textImpor h1{
    font-size: 40px;
}
.menu{
    background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B4ec71820-5846-4a48-848b-33fb3c70a8b2%7D_red-bg.png);
    background-repeat: no-repeat;
    background-size: 58%;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000000;
    font-size: 18px;
}

.navbar-brand img{
    width: 95px;
}
.nav-link{
    color: #ffffff;
    transition: all 200ms ease-in;
}
.nav-link:hover{
    font-weight: bold !important;
    color: #f5f5f5 !important;
    text-decoration: underline;
    transition: all 200ms ease-out;
}
.bodyCont{
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 30px;
    padding-bottom: 20px;
}
.bodyCont .container{
    overflow: hidden;
    padding-top: 20px;
}
.btn-register-red{
    background-color: #da291c;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 25px;
    margin-right: 30px;
    transition: all 300ms ease-in;
}
.btn-register-white{
    background-color: #ffffff;
    padding: 16px 30px;
    font-weight: bold;
    color: #da291c;
    margin-top: 50px;
    font-size: 22px;
    transition: all 300ms ease-in;
}
.btn-register-red:hover, .btn-register-red:focus, .btn-register-white:hover, .btn-register-white:focus{
    background-color: #cc0000;
    color: #ffffff;
    text-align: center;
    transition: all 300ms ease-out;
}
.d-flex{
    padding-top: 0px;
}
.header-left{
    padding-top: 40px;
    text-align: center;
    padding-bottom: 30px;
}
.horarios {
    background-color: #EA8C3F;
    padding: 10px;
    width: 300px;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    margin: 0px auto;
    display: block;
    text-transform: uppercase;
}
.infoSec{
    padding: 0 60px;
}
.infoDay{
    text-align: center;
}
.infoTime{
    line-height: 20px;
}
.inforow{
    border-bottom: 1px solid #da291c;
}
.infoLocation{
    padding: 15px 10px;
    text-align: center;
}
.infoDay span{
    font-size: 45px;
    color: #da291c;
}
.infoDay p{
    font-size: 20px;
    margin-top: -10px;
}
.imgBody{
    width: 90%;
    background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Bb359b6d7-f022-4016-9902-bc5a101069ef%7D_bg-bodyImg.png);
    background-size: cover;
    padding-bottom: 30px;
}
.imgBody2{
    width: 90%;
    background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Bb359b6d7-f022-4016-9902-bc5a101069ef%7D_bg-bodyImg.png);
    background-size: cover;
    padding-bottom: 30px;
}
.imgBody2 img{
    width: 99%;
    margin-left: 35px;
    margin-top: -20px;
}
.imgBody img{
    width: 99%;
    margin-left: -30px;
    margin-top: -20px;
}
.link-icon{
    background-color: #004e6c;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.link-icon img{
    width: 20px;
}
.logos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.logos img{
    width: 150px;
}
.subheader{
    background-color: #f1f1f3;
    text-align: left;
    padding: 80px 0px;


}
.separate{
    width: 100%;
    height: 100px;
    background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B0b042b77-29b3-49f4-b3e7-ed5da880bc09%7D_bg-separate.jpg);
    margin-top: -100px;
    z-index: 100000;
    background-size: cover;
}
.SecAgenda{
    margin-top: 50px;
    text-align: center;
    border-right: 1px solid #a3a3a3;
    padding-top: 20px;
    padding-bottom: 20px;
}
.SecAgenda .timeAgenda{
    background-color: #da291c;
    color: #ffffff;
    padding: 5px;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
}
.SecAgenda b{
    font-size: 14px;
}
.SecAgenda .titAgenda{
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
    min-height: 65px;
    max-height: 120px;
    font-size: 14px;
}
.SecAgenda .titAgenda a{
    color: #000000;
    text-decoration: none;
}
.SecAgenda .redLineAgenda{
    background-color: #da291c;
    width: 40px;
    height: 5px;
    margin: 0 auto;
}
.SecAgenda .SecSpeaker{
    margin-top: 20px;
    text-align: left;
}
.SecAgenda .SecSpeaker .imgSpeaker img{
    width: 80px;
}
.SecAgenda .SecSpeaker .speakerName b{
    font-size: 14px;
}
.SecAgenda .SecSpeaker .speakerName b a{
    color: #000000;
    text-decoration: none;
}
.SecAgenda .SecSpeaker .speakerName ol li{
    font-size: 13px;    
}
.SecAgenda .SecSpeaker .speakerName p{
    font-size: 13px;
    line-height: 16px;
}
.SecAgenda .SecSpeaker .speakerName2{
    text-align: center;
}
.SecAgenda .SecSpeaker .speakerName2 img{
    width: 50px;
}
.SecAgenda .SecSpeaker .speakerName2 p{
    font-size: 10px;
}
.SecAgenda .SecSpeaker .speakerName2 b{
    font-size: 12px;
}
.secImg-Imp {
    background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B3dd68f73-8d17-4e63-9b92-6665f5d435f8%7D_img5.png);
    background-size: 280px;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.textImpor{
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
}
.textImpor h2{
    border-left: 10px solid #da291c;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.textBody{
    padding-right: 50px;
}
.textBody .textbody2{
    font-size: 18px;
    margin-top: 50px;
}
.textBody h4{
    font-size: 31px;
}
.textBody h2{
    border-left: 10px solid #da291c;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.textBody p{
    padding-top: 20px;
}
.titPat{
    padding: 20px;
    text-align: center;
}
.titPat b {
    color: #000000;
    font-size: 20px;
    border-bottom: 4px solid #0a8e9b;
}
.patrocinadores{
    padding-top: 50px;
    padding-bottom: 60px;
}
.patrocinadores h2{
    border-left: 10px solid #45af9a;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.registro {
    background-color: #ffffff;
}
.registro .container{
    padding-top: 50px;
    overflow: hidden;
}
.registro .container h2{
    border-left: 10px solid #da291c;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tweets{
    padding-top: 75px;
}
.tweets .container{
    overflow: hidden;
    padding-top: 20px;
}
.tweets .container h2{
    border-left: 10px solid #da291c;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tweets .container a{
    margin: 0 auto;
}
ul.redes {
    display: table;
    width: auto;
    float: right;
    position: fixed;
    top: 15%;
    right: 30px;
    display: table;
    z-index: 10;

}
ul.redes li{
    list-style: none;
    margin-bottom: 25px;
}
ul.redes li a{
    background-color: #ea6834;
    padding: 7px 11px 10px 11px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transition: all 300ms ease-in;
}
ul.redes li a:hover{
    background-color: #004e6c;
    transition: all 300ms ease-in-out;
    border: 8px 12px 11px 12px;
    padding: 8px 11px 11px 11px;
}
ul.redes li a img{
    width: 17px;
}
/* contdown +/
/* general styling */
#countdown{
    margin-top: 40px;
    margin-left: -20px;
} 
#countdown ul li #days::after, #countdown ul li #hours::after, #countdown ul li #minutes::after{
    content: ":";
  color: #da291c;
  margin-left: 0px; 
}
 #countdown ul li {
    display: inline-block;
    list-style-type: list;
    padding: 8px 5px;
    text-transform: uppercase;
    color: #e6e6e6;
    font-size: 12px;  
  }
  
 #countdown ul li span {
    display: block;
    font-size: 33px;
    color: #ffffff;
}
  
  
  @media all and (max-width: 768px) {
  
    #countdown ul li {
        font-size: 12px;
    }
  
    #countdown ul li span {
        font-size: 25px;
    }
  }
  
/* end contdown */

footer .end-legal {
    width: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}
footer .end-legal a {
    color: #ffffff;
    font-size: 12px;
}
div.formCont form {
    display: block;
    width: 70%;
    margin: 0 auto;
}
form#form3051{
    background-color:#f5f5f5;  
    padding: 30px; 
    margin-bottom: 50px ; 
    margin-top: 50px
}
.formFild ul li{
    list-style: none !important;
}
section.formFild >ul >li {
    padding: 0 0px 15px;
    position: relative;
}
section.formFild >ul >li >label p {
    font-size: 1.125rem;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
section.formFild >ul >li >label {
    width: 100%;
    margin-bottom: -10px;
    padding-left: 3px;
}
section.formFild >ul >li input{
    width: 90%;
    height: 38px;
    display: block;
    border-radius: 0;
    border: none;
    padding: 8px;
    font-size: 1rem;
    font-size: 16px;
    color: $grisText;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;    
}
section.formFild >ul >li select{
    width: 90%;
    height: 38px;
    display: block;
    border-radius: 0;
    border: none;
    padding: 8px;
    font-size: 1rem;
    font-size: 16px;
    color: $grisText;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;    
}

#gdprSection2 {
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 300;
    width: calc(100% - 30px) !important;
    color: #666666 !important;
}

#gdprSection3 {
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 300;
    width: calc(100% - 30px) !important;
    color: #666666 !important;
}

.submit {
    padding: 15px 25px;
    background-color: #da291c;
    font-family: 'Gotham';
    font-weight: normal;
    font-size: 100%;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-rendering: optimizeLegibility;
    height: auto !important;
    border: none;
    line-height: 1;
    width: 50%;
    text-align: center;
    border: 0px currentColor;
    border-image: none; 
}
#gdprSection1 #optin {
    height: 16px !important;
}

textarea:focus, input:focus, select:focus{
    outline: 1px solid #da291c;
}

@media (max-width: 767.98px) {  
    header{
        background-position: bottom center;
        background-size: 300px;
    }
    .AvayaNews .container .row .newsSec {
        padding: 50px 0px 30px 0px;
        text-align: center;
    }
    .container{
        max-width: 85%;
    }
    .imgBody2 {
        width: 90%;
        background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Bb359b6d7-f022-4016-9902-bc5a101069ef%7D_bg-bodyImg.png);
        background-size: cover;
        padding-bottom: 30px;
        margin-top: 34px;
    }
    .bannerImportant {
        background-color: #333333;
        background-image: none;
        background-repeat: no-repeat;
        background-size: 33% 450px;
    }
    .bannerAgenda {
        background-color: #333333;
        background-image: none;
        background-repeat: no-repeat;
        background-size: 33% 450px;
        background-position: center right;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .bodyCont {
        padding-top: 50px;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 20px;
    }
    .menu {
        background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B4ec71820-5846-4a48-848b-33fb3c70a8b2%7D_red-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .header-right{
        height: 200px;
    }
    .textBody .textbody2 {
        font-size: 18px;
        margin-top: -70px !important;
    }
    .textBody {
        padding-top: 50px;
        padding-right: 50px;
    }
    .SecAgenda{
        border-bottom: 1px solid #666666;
        width: 80%;
        border-right: 0px;
        margin: 0 auto;
    }
    .SecAgenda .SecSpeaker {
        margin-top: 20px;
        text-align: center;
    }
    
    .subheader {
        background-color: #f1f1f3;
        text-align: left;
        padding: 80px 0px 30px 0px;
    }
    ol{
        list-style: none;
    }
    .logos {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .infoSec {
        padding: 35px 60px;
    }
    footer {
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }
    footer .end-logo figure {
        display: flex;
        justify-content: center;
        padding-bottom: 1rem;
    }
    .main-container footer .end-logo {
        width: 100%;
    }
    .tweets .container {
        overflow: hidden;
        padding: 0px 0px;
    }
    footer .end-legal {
        width: 100%;
        padding-bottom: 1rem;
    }
}
@media (max-width: 991.98px) {
    .AvayaNews .container .row .newsSec {
        padding: 50px 0px 30px 0px;
        text-align: center;
    }
    .bannerImportant {
        background-color: #333333;
        background-image: none;
        background-repeat: no-repeat;
        background-size: 35% 520px;
    }
    .menu {
        background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B4ec71820-5846-4a48-848b-33fb3c70a8b2%7D_red-bg.png);
        background-repeat: no-repeat;
        background-size: cover !important;
    }
    header{
        background-position: bottom center;
        background-size: 300px;
    }
    .header-right{
        height: 200px;
    }
    .secImg-Imp {
        background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B3dd68f73-8d17-4e63-9b92-6665f5d435f8%7D_img5.png);
        background-size: 260px !important;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    .secImg-Age {
        background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B931bde14-49cf-43bf-be71-7d712d2afbab%7D_img8.png);
        background-size: 260px;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
}
@media (max-width: 1199.98px) {
    .menu {
        background-image: url(https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B4ec71820-5846-4a48-848b-33fb3c70a8b2%7D_red-bg.png);
        background-repeat: no-repeat;
        background-size: 67%;
    }
}